crypto/tls.constantTimeHash.ConstantTimeSum (method)

2 uses

	crypto/tls (current package)
		cipher_suites.go#L561: 	ConstantTimeSum(b []byte) []byte
		cipher_suites.go#L574: func (c *cthWrapper) Sum(b []byte) []byte         { return c.h.ConstantTimeSum(b) }